ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / AutoComplete<T> Class / BeginsWithSearch Property

In This Topic
    BeginsWithSearch Property (AutoComplete<T>)
    In This Topic
    Gets or sets a value that determines whether to search for items that begin with the given search term. The default value for this property is False, which causes the control to search for items that contain the given search terms.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property BeginsWithSearch As Boolean
    [DefaultValue(false)]
    public bool BeginsWithSearch {get; set;}
    See Also